body {
	margin:0;
	padding:0;
	background-color:#81C7CD;
}
img {
	vertical-align:bottom;	

}

	
.contenido {
	position:relative;
	background-color:#000;
	height:427px;
	width:100%;
	min-width:640px;
}
#caja {
	position:relative;
	text-align:right;
	width:100%;
	height:100%;
	
}
#foto{
	height:98%;
	max-height:427px;
	width:auto;
	padding:5px;
	width: 480px;
}
.textos {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 50%;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	
}
#persona {
	font-style: italic;
}
nav {
	position:absolute;
	width:100%;
	bottom:10px;
	z-index:100;
	
}
nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-flow: row;
	justify-content: space-between;
	width:100px;
	margin-left:auto;
	margin-right:auto;

}
nav a {
	display:block;
	width:10px;
	height:10px;
	background-color: white;
	border-radius:50%;
	
}
nav a.on{
	background-color:lightblue;
}
nav a.off{
	background-color: white;
}
nav a:hover {
	background-color: lightgreen;
}
.contenido #datos {
	margin-top:5vh;
	margin-left: 10%;
	margin-right:10%;
	display:none;


}
.contenido #datos div {
	padding: 0.5em;
	background-color: #64B3D1;
	border: 1px solid #000000;
	margin-bottom:0.2em
}

.editar {
	background-color: #626262;
	padding: 0.5em 2em;
	cursor:pointer;
	background: #4F90BD;
	
}

.editar img {
	width: 20px;
	height: 20px;
	padding: 6px;
	border-radius:50%;
   
}

.editar #imgRestaurar {
	float: left;

}

.editar #imgEditar {
	float: left;
}

.editar .limpia {
	clear: both;
}

.editar img:hover {
	background-color: lightblue;
}
.contenido #datos div#botones {
	border: 1px none #000000;
	background-color:#81C7CD;

}
div #botones ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	flex-direction: row;
	justify-content: flex-end;

}

div #botones ul  {


}
div #botones ul li img {
	width:20px;
	height:20px;
	padding: 0.3em;
	border-radius:50%;
	background-color: #626262;
	margin-right:0.3em;
	background-color: #5CBAD1;
}


div #botones ul li img:hover {
	background-color:lightblue;
}


.pie {
	color: #64B3D1;
	font-family: helvetica;
	margin: auto;
	padding: 20px 40px;
	text-align: center;
	font-size: 14px;
	
	background: #64B3D1;
	box-shadow: 0px 3px 5px #000 ;
		-moz-box-shadow: 0px 3px 5px #000;
		-webkit-box-shadow: 0px 3px 5px #000;
}

.pie a {
	color: #64B3D1;
	text-decoration: none;
}

.pie a:hover {
	color:#fff;
}

.pie1 {
	display:inline-block;
	float: left;
}

.pie2 {
	display:inline-block;
	float: right;
}

.limpia {
	clear: both;
}



button{
	font-size: 20px;
}


